home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / program / popup.zoo / readme.txt
Text File  |  1991-03-12  |  3KB  |  76 lines

  1.                    "Popup": The popup menu handler
  2.                    -------------------------------
  3.  
  4. "Popup"  is a popup menu system for all Atari 'C' programmers to  use. 
  5. Popup menus can be called up on demand,  or used as a replacement  for 
  6. the standard GEM top menu bar, or both. Why use this popup menu system 
  7. instead of another ? Well here are a few advantages:
  8.  
  9.  
  10. * A help string may be displayed with each menu item
  11. * Sub-menus to any depth are supported,  (such as those found on  the 
  12.   Amiga that only extend to one sub-level).
  13. * No resource file, all menus are compiled along with your main code
  14. * Related options may be grouped together within sub-menus
  15. * Powerful editor supplied with this package allows easy  modification 
  16.   of menu definitions
  17. * Works in all three screen resolutions
  18.  
  19.  
  20. Interested ?  Good,  now I'll outline the contents of this package and 
  21. how you should use the supplied files.
  22.  
  23.  
  24.                           The Demonstration
  25.                           -----------------
  26.      In  order for you to get a feel of the facilities offered by  the 
  27. popup  menus,  have a look in the DEMO folder and  run  DEMO.PRG.  Pay 
  28. particular  attention to the sub-menus and the greyed lines (not  just 
  29. rows  of grey minus signs !).  Note that you must keep the left  mouse 
  30. button pressed to use the 'Hold down' menu option.
  31.      There are several keyboard shortcuts used in the demo, they are:
  32.  
  33. ALT-A     "About...."
  34. ALT-C     "Check me"
  35. ALT-Q     "Quit"
  36. ALT-D     "Drop down"
  37. ALT-H     "Hold down"
  38.  
  39.      The source code to the demonstration program is provided,  and is 
  40. discussed in another document. You should really print out this source 
  41. code  and try to understand it before you attempt to set out  on  your 
  42. own.
  43.  
  44.  
  45.                              Limitations
  46.                              -----------
  47.      This  unregistered  version  of Popup  comes  supplied  with  the 
  48. necessary  object  code to allow anyone that uses Lattice  'C'  V5  to 
  49. create  and  use  popup menus.  Users of other  'C'  compilers  should 
  50. register,  they  will then receive the source code to the  popup  menu 
  51. system which they may modify and recompile as per their  needs.  Users 
  52. of Lattice 'C' V5 should register anyway,  as that's what shareware is 
  53. all  about !  See programmers documentation for details of how to  use 
  54. the object code and header file.
  55.  
  56.  
  57.                               Copyright
  58.                               ---------
  59.      "Popup" is shareware. That means that all and sundry may copy and 
  60. distribute the package,  unedited.  If you find that you use the Popup 
  61. system in any of your programs, then you must register your support to 
  62. the author by sending £15 (single user), or £85 (site licence) to...
  63.  
  64. Andrew Brown
  65. 2 Ullswater Drive
  66. Wetherby
  67. West Yorkshire
  68. LS22 4YF
  69. ENGLAND
  70.  
  71.      Registered users will receive a laser printed manual,  the latest 
  72. version  of  the  software  (including  "Popup"  source   code),   and 
  73. entitlement to postal support (I'll try to get you working).
  74.      Registration fees are in pounds sterling.
  75.  
  76.